java.lang.ObjectPlayGame
public class PlayGame
This class starts up a ChessGame with all the ChessPieces for one player at their correct location and prompts the user to keep moving pieces on the board until they decide to quit.
| Constructor Summary | |
|---|---|
PlayGame()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
The main method that starts a ChessGame and prompts the user to move the ChessPieces while he does not input "quit". |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PlayGame()
| Method Detail |
|---|
public static void main(java.lang.String[] args)